home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000073_arthur.marsh@internode.on.net_Thu Feb 15 12:23:37 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!panix!news.linkpendium.com!news.linkpendium.com!newsfeeds.ihug.co.nz!ihug.co.nz!ken-transit.news.telstra.net!lon-in.news.telstra.net!news.telstra.net!news-server.bigpond.net.au!53ab2750!not-for-mail
  2. From: Arthur Marsh <arthur.marsh@internode.on.net>
  3. User-Agent: Icedove 1.5.0.9 (X11/20061220)
  4. MIME-Version: 1.0
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: Re: Interfacing with Excel documents
  7. References: <hQTAh.6688$R71.100748@ursa-nb00s0.nbnet.nb.ca>
  8. In-Reply-To: <hQTAh.6688$R71.100748@ursa-nb00s0.nbnet.nb.ca>
  9. Content-Type: text/plain; charset=UTF-8; format=flowed
  10. Content-Transfer-Encoding: 7bit
  11. Message-ID: <5hrda4-qrf.ln1@CPE-138-217-213-250.sa.bigpond.net.au>
  12. Lines: 19
  13. Date: Thu, 15 Feb 2007 11:08:05 GMT
  14. NNTP-Posting-Host: 143.238.193.171
  15. X-Complaints-To: abuse@bigpond.net.au
  16. X-Trace: news-server.bigpond.net.au 1171537685 143.238.193.171 (Thu, 15 Feb 2007 22:08:05 EST)
  17. NNTP-Posting-Date: Thu, 15 Feb 2007 22:08:05 EST
  18. Organization: BigPond Internet Services
  19. Xref: panix comp.protocols.kermit.misc:15644
  20.  
  21. Scott Caissie wrote, On 15/02/07 17:49:
  22. > Hi, I was wondering if the K95 2.1.3 system has any commands that can make 
  23. > any sense of Excel documents.
  24. > At the very least, being able to properly detect rows & columns, and 
  25. > possibly the page number.
  26. > For the time being I have been copy and pasting from Excel into Notepad then 
  27. > running a macro through it using \fsplit() to delimit using tabs (\9) to get 
  28. > data off the proper columns. This process works but is problematic.
  29. > - Scott 
  30.  
  31. I would try using OpenOffice.org's command-line options to export from 
  32. an .xls spreadsheet to some decent delimited text format, then import it 
  33. into K95.
  34.  
  35. Arthur.